From: Alan Mackenzie Date: Sun, 6 Apr 2008 21:11:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~22610 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f172d0f8f64c51c1de47f23b637cc486833bbd1b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3e8e59dd17b..3a4ba1ff8e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2008-04-06 Alan Mackenzie + + * progmodes/cc-langs.el (c-before-font-lock-function): Correct a + typo in the doc string. + + * progmodes/cc-mode.el (c-basic-common-init): Set + font-lock-extend-after-change-region-function. + (c-extend-after-change-region): New function, used in + font-lock-extend-after-change-region-function, thus superseding + advice on the Font Lock after change functions. + (c-advise-fl-for-region): Remove this macro. + 2008-04-06 Reiner Steib * textmodes/flyspell.el (flyspell-duplicate-distance): Improve